home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
domacnost a kancelar
/
autoit
/
autoit-v3-setup.exe
/
Examples
/
Helpfile
/
_ClipPutFile.au3
< prev
next >
Wrap
Text File
|
2007-09-08
|
233b
|
8 lines
#include "misc.au3"
Local $fTest
$fTest = _ClipPutFile(@ScriptFullPath)
If Not $fTest Then
MsgBox(0,"_ClipPutFile() call Failed","@error = " & @error)
Else
MsgBox(0,"_ClipPutFile()","Content of Clipboard:" & ClipGet())
EndIf